home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / ProgramFilesFolder / Data / Menu / uidef / TabButton.def < prev    next >
Encoding:
Text File  |  2006-02-10  |  1.4 KB  |  56 lines

  1. !Include("UI.def")
  2.  
  3. MenuButton("UIMenuButton","TabButton","server settings","","Pattern")
  4. {
  5.     Checked(0)
  6.     Disabled(0)
  7.     CanCallPress(0)
  8.     CanCheck(1)
  9.     MouseLeaveDestroyFocus(1)
  10.     CheckSound("data/sounds/click")
  11.     TextureCheckedID("TabWindowDark")
  12.     TextureCheckedAlpha(1.0)
  13.     TextCheckedAlpha(1.0)
  14.     TextureDisabledID("TabWindowDark")
  15.     TextureDisabledAlpha(0.4)
  16.     TextDisabledAlpha(0.33)
  17.     TextureHighlightCheckID("TabWindowDark")
  18.     TextureFocusCheckAlpha(1.0)
  19.     TextFocusCheckAlpha(1.0)
  20.     CallPressPeriod(0.1)
  21.     DoubleClick(0.3)
  22.     Command(1)
  23.     Notify(1)
  24.     CanFocus(1)
  25.     TextureHighlightID("TabWindowDark")
  26.     TextureFocusAlpha(0.8)
  27.     TextFocusAlpha(1.0)
  28.     SelKeyUp(200)
  29.     SelKeyDown(208)
  30.     FocusSound("data/sounds/highlight")
  31.     Text("server settings")
  32.     TextAlpha(0.8)
  33.     TextColor(1.0,1.0,1.0)
  34. //    TextColor(1.0,0.61,0.02)
  35.     TextHighLightColor(1.0,0.61,0.02)
  36.     Font("MenuSmall")
  37.     FontScale(0.5)
  38.     TextPosFlags(34)
  39.     PatternFile("../uidef/TabButton.def")
  40.     Mouse(1)
  41.     Keyboard(1)
  42.     Joy(0)
  43.     Visible(1)
  44.     ParentPositioning(1)
  45.     PreviousElemPositioning(0)
  46.     ParentAlignX(0)
  47.     ParentAlignY(2)
  48.     ParentSizingX(1)
  49.     ParentSizingY(1)
  50.     FrameCornerSize(12,12)
  51.     TextureID("TabWindowDark")
  52.     TextureAlpha(0.8)
  53.     LogicSize(0.33,1.0)
  54.     LogicPos(0.0,0.0)
  55. }// [UIMenuButton] TabButton
  56.